@charset "utf-8";
	/* CSS Document */
body,div,dl,dt,dd,ul,li,form,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}
html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	width: 100%;
	height: 100%;
}
body{ 
	font-size:14px; 
	font-family:"微软雅黑" , Arial, Verdana, Geneva, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
@font-face{
    font-family: 'baskerville old face';
    src:url('../fonts/baskerville old face.eot');
    src:url('../fonts/baskerville old face.eot?#iefix') format('embedded-opentype'),
        url('../fonts/baskerville old face.woff') format('woff'),
        url('../fonts/baskerville old face.ttf') format('truetype'),
        url('../fonts/baskerville old face.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul,li,dl,dt,dd {
	display:block;
	list-style:none;
}
img {
	border:0;
	max-width:100%;
}
.clear {background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
a {color:#000;text-decoration:none;outline:none;}
.ellipsis{
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis; /*For Opera*/  
    -ms-text-overflow: ellipsis; /*For IE8*/ 
}
.Container{
	width: 100%;
	height: auto;
    background: #fff;
}
.Header{
	width: 100%;
}
.mainBox{
    width: 1200px;
    margin:0 auto;
}
.logo{
    float: left;
    max-width: 400px;
    height: 105px;
}
#search-form{
    width: 237px;
    height: 30px;
    float: right;
    margin-top: 5px;
    z-index: 999;
    border: 1px solid #ea2026;
}
#keywords{ width:190px; height:25px; float: left; margin-left: 4px; margin-top: 1px; outline: none; border: none; background: none; color: #141414; font-size: 14px; font-family: "微软雅黑";}
#post-search{width: 40px; height: 30px; float: right; outline: none; border: none; cursor: pointer; background: #ea2026;color: #fff;font-family: "微软雅黑";text-align: center;}

/*一级菜单*/    
.navigation{width:800px;height:40px; float:right;margin-top:10px;line-height:40px;font-size:16px;font-family:"Microsoft YaHei";}
.navigation li{float:right; text-align:center;}
.navigation li a{ display:block;}
.navigation li a:hover{color:#fff;} 
.navli {float:left;width:115px; margin-left: 5px; padding: 0;height:40px; display: block;text-align:center;position: relative;}
.navli:hover{background: #ea2026; border-radius: 5px;}
#home{width:80px;height:40px;margin: 0; background: #ea2026;border-radius: 5px;}
#home a{color: #fff;}
/*二级菜单*/
.navigation li ul {display:none; line-height:35px; position: absolute;top: 40px;left: 0;margin:0;min-width: 200px;z-index: 9999;background: #fff;}
.navigation li:hover .ul2 {display: block; padding-top: 17px;}
.navigation li ul.ul2>:first-child{border-top: none;}
.navigation li ul li {height: 35px; border-top: 1px dashed #a6a6a6; background: #fff; float: none;margin: 0;white-space: nowrap;position: relative;}
.navigation li ul li a {display: block;margin: 0;  text-align: center;color: #000;}
.navigation li ul li a:hover {color: #fff;background: #ea2026;}
/*三级菜单*/
.navigation li ul li ul{display:none; position: absolute;top: 0;left: 200px; margin:0;width:auto;min-width: 200px;z-index: 99999;}
.navigation li ul li:hover ul{display: block;}
.navigation li ul.ul2 li ul>:first-child{border-top: none;}
.navigation li ul li ul li{float: none;margin: 0;white-space: nowrap;border-top: 1px dashed #a6a6a6;}
.navigation li ul li ul li a{display: block;margin: 0; font-size: 14px; text-align: center;}
.navigation li ul li ul li a:hover{color: #fff;background: #ea2026;}

/*幻灯片*/
#Slideshow { width: 100%; height: auto; margin:0 auto; position: relative; overflow:hidden;z-index: 0;}
#Slideshow .pics{width: 100%;}
#Slideshow .pics li{width: 100%;}
#Slideshow .pics li img{width:100%;}
/*数字按钮样式*/
#Slideshow .num { overflow:hidden; height: 25px; position: absolute; bottom:5px; right: 20%; zoom:1; z-index:3 }
#Slideshow .num li { width: 15px; height: 15px; overflow: hidden; line-height: 80px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
#Slideshow .num li.on { background: #ea2026; } /*当前项*/
/*上一个  下一个*/
#Slideshow .prev,#Slideshow .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 180px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
#Slideshow .prev { left: 4px; }
#Slideshow .next { right: 4px; background-position: right;}

/*首页*/
.catBox{
    width: 600px;
    margin: 30px auto;
    font-size: 24px;
    color: #555555;
    text-align: center;
}
.catBox .en{
    height: 60px;
    font-size: 60px;
    font-family: "baskerville old face";
    color: #ea2026;
    text-transform: uppercase;
    line-height: 60px;
    position: relative;
    padding-right: 180px;
}
.catBox .en p{
    display: inline-block;
    margin: 0 auto;
}
.catBox .en span{
    margin: 0 auto;
    display: inline;
    background: #555555;
    color: #fff;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 15px;
}
.picBox1{
    margin: 0 auto;
}
.picBox1 li{
    width: 280px;
    height: 352px;
    float: left;
    margin-left: 26.666px;
    position: relative;
}
.picBox1 li.no{
    margin-left: 0;
}
.picBox1 li .pic{
    width: 100%;
    height: auto;
}
.picBox1 li .pic img{
    width: 100%;
    height: 100%;
}
.picBox1 li .ceng{
    width: 179px;
    height: 179px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius: 100%;
    background: #362e2b;
    filter:alpha(Opacity=60);
    -moz-opacity:0.6;
    background-color:rgba(54,46,43,0.6);
    text-align: center;
    line-height: 179px;
    color: #fff;
    font-size: 16px;
    /*font-size: 30px;*/
    position: absolute;
    left: 48px;
    top: 80px;
    z-index: 99;
}
.picBox1 li .ceng:hover{
    background: #da2429;
    filter:alpha(Opacity=60);
    -moz-opacity:0.6;
    background-color:rgba(219,36,41,0.6);
}
.newsBoxBg{
    width: 100%;
    margin: 0 auto;
    background: #353535;
    padding: 40px 0;
}
.newsBoxBg li{
    width: 566px;
    height: 112px;
    float: left;
    margin: 8px 0;
    margin-right:40px;
    padding: 7px; 
    background: #fff;
}
.newsBoxBg li.no{
    margin-right: 0;
}
.newsBoxBg li .pic{
    width: 140px;
    height: 112px;
    float: left;
}
.newsBoxBg li .pic img{
    width: 100%;
    height: 100%;
}
.newsBoxBg li .tt,.newsBoxBg li .time,.newsBoxBg li .desc{
    width: 415px;
    float: right;
    color: #777777;
}
.newsBoxBg li .tt{
    font-size: 16px;
    line-height: 2em;
    color: #333333;
}
.newsBoxBg li .tt a:hover{
    color: #ea2026;
}
.newsBoxBg li .time{
    font-size: 12px;
    line-height: 2em;
}
.newsBoxBg li .desc{
    height: 56px;
    overflow: hidden;
    font-size: 14px;
    line-height: 2em;
}
.aboutBox{
    width: 1200px;
}
.aboutBox .pic{
    width: 370px;
    height: 370px;
    float: left;
    position: relative;
}
.aboutBox .pic img{
    width: 100%;
    height: 100%;
}
.aboutBox .pic #ceng{
    width: 100%;
    height: 100%;
    background: url(../images/aboutbg.png);
    position: absolute;
    top: 0;
    left: 0;
}
.aboutBox .name{
    width: 800px;
    height: 70px;
    float: right;
    text-align: center;
    line-height: 70px;
    color: #3e3d3d;
    font-weight: bold;
    font-size: 24px;
}
.aboutBox .profile{
    width: 800px;
    height: 370px;
    float: right;
    line-height: 2em;
    overflow: hidden;
}
.picBox2{
    width: 100%;
}
/*.picBox2 li{
    width: 31%;
    float: left;
    margin-left:3.5%; 
    position:retative;
}*/
.picBox2 li{
    width: 19%;
    float: left;
    margin-left:1.2%; 
    position: relative;
}
.picBox2 li img{
    width: 100%;
}
.picBox2 li.no{
    margin-left: 0;
}
.picBox2 li .tt{
    width: 100%;
    height: 40px;
    background: #362e2b;
    filter:alpha(Opacity=60);
    -moz-opacity:0.6;
    background-color:rgba(54,46,43,0.6);
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
}
.picBox2 li:hover .tt{
    color: #ea2026;
}
.footer{
    width: 100%;
    padding: 20px 0;
    margin-top: 60px;
    background: #353535;
    color: #fff;
}
.footer .ewm{
    width: 150px;
    height: 150px;
    float: left;
}
.footer .wz{
    width: 20px;
    height: 150px;
    float: left;
    margin-left: 10px;
    text-align: center;
    word-wrap: break-word;
}
.footer .navs,.footer .copyright{
    width: 1000px;
    float: right;
    text-align: center;
}
.footer .navs{
    font-size: 16px;
    margin: 20px 0px;
    text-align: center;
}
.footer .navs li{
    display: inline;
    height: 16px;
    line-height: 16px;
    padding: 0 15px;
    border-left: 2px solid #fff;
}
.footer .navs li.s1{
    border-left: none;
}
.footer .navs li a{
    color: #fff;
}
.footer .copyright{
    line-height: 2em;
}
.inPage{margin-top: 20px;}
.partLeft{width: 270px;float: left;}
.partLeft .catname{width: 100%;height: 75px;background: #353535 url(../images/catbg.jpg) no-repeat right bottom;color: #fff;text-align: left; font-size: 16px;}
.partLeft .catname .one{width: 45px;height: 75px; float: left; margin-left: 50px;line-height: 75px; font-size: 54px;text-transform: uppercase;}
.partLeft .catname .dir{width: 170px;height:23px;float: left;margin-top: 16px; text-transform: uppercase;}
.partLeft .catname .zh{width: 170px;height:23px;float: left;}
.partLeft .menuTree{width: 250px; padding:10px 0px 10px 0px; margin: 0 auto; border-bottom: 1px solid #cdcecc;}
.menuTree ul{font-size: 100%;padding: 0px;margin: 0px;display:none;}
.menuTree ul li{
    width: 250px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-top: 2px solid #fff;
    white-space: nowrap;
    background: #fff url(../images/libg.png) no-repeat 20px;
}
.menuTree ul li a{
    color: #000;
}
.menuTree ul li a:hover,.menuTree ul li a.current{ 
    color:#ea2026; 
    font-size:110%;
    font-weight: bold;
}
.menuTree ul li.parent a:hover
{
    font-size: 110%;
    color:#ea2026; 
}
.menuTree ul li.child{
    background: #fff url(../images/libg.png) no-repeat 20px;
}

.menuTree ul li.parent
{
    background: url(../images/libg.png) no-repeat 20px 15px;
}
.menuTree ul li.expanded
{
    background: url(../images/libg.png) no-repeat 20px;
}
.menuTree ul.expanded li{
    line-height: 36px;
    border: none;
    background: #f3f0f0;
    font-size: 80%;
}

.partLeft #ct{background: none;border-bottom: 1px solid #cdcecc;color: #333333;}
.partLeft #ct .one{background: url(../images/ct.png)no-repeat;}
.partLeft #ct .zh{text-transform: capitalize;}
.partLeft .contact{padding: 10px;line-height: 2em;}
.partRight{width: 900px;float: right;padding-left: 20px; border-left: 1px solid #cdcecc;min-height: 500px;position: relative;}
.partRight .ltbar{width: 5px;height: 40px;background: #cdcecc;position: absolute;left: -3px;top: 0;}
.partRight .position{width: 880px;height: 30px; padding-left: 20px; font-size: 18px; border-bottom: 1px solid #cdcecc;line-height: 30px;color: #444444; background: url(../images/libg.png) no-repeat left;}
.partRight .position .catpos{width: 500px;float: right;text-align: right;font-size: 14px;}
.partRight .position .catpos a:hover{color: #ea2026;}
.partRight .showBox{width: 100%;color: #353535;}
.partRight .showBox .title{margin-top: 20px; text-align: center; line-height: 30px;font-size: 16px;color: #444;}
.partRight .showBox .other{text-align: center; line-height: 30px;font-size: 12px;color: #a2a2a2;}
.partRight .showBox .content{line-height: 2em; padding-top: 10px;}
.picLists li{width: 213px; float: left; margin:10px 15px 10px 0px;text-align:center; }
.picLists li .pic{width: 203px; height: 180px; padding: 4px; border: 1px solid #cfcbcb;text-align:center;}
.picLists li .pic img{ vertical-align:middle; display:inline;  max-width: 100%; max-height: 100%;}   
.picLists li .pic span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle; }
.picLists li.no{margin-right: 0;}
.picLists li .tit{line-height: 30px;}
.picLists li a:hover{color: #ea2026;}
.picLists li a:hover .pic{border: 1px solid #ea2026;}

.artLists li{width: 900px; float: left;margin-top: 10px;position: relative; border-bottom: 1px dashed #cdcecc;}
.artLists li .pic{width: 140px;height: 110px;overflow: hidden;float: left;}
.artLists li .dot{width: 5px;height: 5px;background: #ea2026;position: absolute;left: 0;top: 13px;}
.artLists li a{color: #000; font-size: 15px;}
.artLists li a:hover{color: #ea2026;}
.artLists li .tt{width: 640px;float: right;}
.artLists li .time{width:100px;float: right;}
.artLists li .desc{width: 740px;float: right;color: #333333;font-size: 13px;margin-top: 5px;}
#myform{
    font-size: 14px;
}
#myform tr{
    width: 90%;
    height: 36px;
}
#myform .name{
    width: 30%;
    text-align: right;
    padding-right: 2%;
    color: #000;
    font-weight: normal;
}
#myform .input-text{
    width: 50%;
    height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
}
#myform #l_yzm{
    width: 25%;
}
#myform textarea{
    width: 80%;
    height: 140px;
    margin-top: 6px;
    font-size: 14px;
    font-family: "微软雅黑";
}
#myform #dosubmit{
    width: 81px;
    height: 35px;
    float: left;
    margin-top: 13px;
    border: none;
    background: #ea2026;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
}
/*pages*/
#pages {
    padding:14px 0 10px;
    margin:10px;
}
#pages a {
    display:inline-block;
    width:26px;
    height:22px;
    line-height:22px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333
}
#pages a.a1 {
    background:url(../images/search/admin_img/pages.png) no-repeat 0 5px;
    width:56px;
}
#pages a:hover {
    background:#f1f1f1;
    color:#000;
    text-decoration:none;
}
#pages span {
    display:inline-block;
    width:26px;
    height:22px;
    line-height:22px;
    background:#434343;
    border:1px solid #434343;
    color:#fff;
    text-align:center;
}
.page .noPage {
    display:inline-block;
    width:56px;
    height:22px;
    line-height:22px;
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#a4a4a4;
}
.preNext{
    font-size: 14px;
}
.preNext li{
    height: 30px;
    line-height: 30px;
}
.preNext li a:hover{
    text-decoration: underline;
}
.scroll{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    font-size:14px;
    background: url(../images/top.png) no-repeat;
}
#bdshare{
    margin-left: 389px;
}